-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NR-347971 | OpenLineage event consumer writer #1887
base: main
Are you sure you want to change the base?
NR-347971 | OpenLineage event consumer writer #1887
Conversation
|
- compositeIdentifier: | ||
separator: ":" | ||
attributes: | ||
- dataset.namespace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest you prepend those tags with something specific of your domain/type e.g. openlineage.dataset.namespace
.
dataset
, job
and pipeline
are too broad and may end up matching unrelated metrics.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to change it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@otaviocarvalho Thanks for pointing this.
I have updated the PR with unique tags.
Relevant information
Added domain and entities for Data Pipeline Observability product
Checklist
identifier
will be unique and valid.